Bump to Validator Ejector to v1.9. #157
Merged
Merged
Conversation
…e validator-ejector version to 1.9.0
KaloyanTanev
reviewed
Sep 2, 2025
| - STAKING_MODULE_ID=${VE_STAKING_MODULE_ID:-2} | ||
| - OPERATOR_ID=${VE_OPERATOR_ID} | ||
| - ORACLE_ADDRESSES_ALLOWLIST=${VE_ORACLE_ADDRESSES_ALLOWLIST} | ||
| - EASY_TRACK_ADDRESS=${VE_EASY_TRACK_ADDRESS} |
There was a problem hiding this comment.
Can we have default value for this as well?
If not, we should add VE_EASY_TRACK_ADDRESS to .env.sample.mainnet as well. It will be a bit of a hassle communicating with everyone with a running cluster to copy the new variable to their existing .env.
Author
There was a problem hiding this comment.
My plan was to add the mainnet setting in a separate PR once VE 1.9.0 is confirmed ready for mainnet. At this point, VE shouldn’t be used on mainnet.
There was a problem hiding this comment.
I see. I will merge it and include it in rc2, which is intended also only for Hoodi.
KaloyanTanev
approved these changes
Sep 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades the Validator Ejector to version 1.9.0 and introduces new environment variables for the Hoodi network in the sample
.env.sample.hoodifile.Changes
Reasoning
These updates align the configuration with the upgraded Validator Ejector.
Additional Notes
Node operators should update their local .env files based on the new .env.sample.hoodi.